home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / perl / 5.10.0 / Module / Build / Platform / MPEiX.pm < prev    next >
Encoding:
Perl POD Document  |  2009-06-26  |  565 b   |  35 lines

  1. package Module::Build::Platform::MPEiX;
  2.  
  3. use strict;
  4. use vars qw($VERSION);
  5. $VERSION = '0.2808_01';
  6. $VERSION = eval $VERSION;
  7. use Module::Build::Base;
  8.  
  9. use vars qw(@ISA);
  10. @ISA = qw(Module::Build::Base);
  11.  
  12.  
  13. 1;
  14. __END__
  15.  
  16.  
  17. =head1 NAME
  18.  
  19. Module::Build::Platform::MPEiX - Builder class for MPEiX platforms
  20.  
  21. =head1 DESCRIPTION
  22.  
  23. The sole purpose of this module is to inherit from
  24. C<Module::Build::Base>.  Please see the L<Module::Build> for the docs.
  25.  
  26. =head1 AUTHOR
  27.  
  28. Ken Williams <kwilliams@cpan.org>
  29.  
  30. =head1 SEE ALSO
  31.  
  32. perl(1), Module::Build(3), ExtUtils::MakeMaker(3)
  33.  
  34. =cut
  35.